os/exec.Cmd.lookPathErr (field)
6 uses
os/exec (current package)
exec.go#L351: lookPathErr error
exec.go#L501: if c.Err != nil || c.lookPathErr != nil {
exec.go#L661: if c.Path == "" && c.Err == nil && c.lookPathErr == nil {
exec.go#L664: if c.Err != nil || c.lookPathErr != nil {
exec.go#L665: if c.lookPathErr != nil {
exec.go#L666: return c.lookPathErr
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)